home *** CD-ROM | disk | FTP | other *** search
/ Know Your Hockey - The Greatest Player Resource / Know Your Hockey: The Greatest Player Resource.iso / hockey / director / ktgcst.cst / 00069_Script_BallsScript Roles < prev    next >
Text File  |  1998-09-28  |  258b  |  10 lines

  1. on mouseDown
  2.   set the mouseDownScript = "dontPassEvent"
  3.   set the mouseUpScript = "dontPassEvent"
  4.   resetbanner
  5.   losepop(window "pop")
  6.   threeStateBallR(20)
  7.   resetBallsR(20)
  8.   set the mousedownscript to empty
  9.   set the mouseUpScript to empty
  10. end